home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 1998 #3
/
Amiga Plus CD - 1998 - No. 3.iso
/
pd
/
text
/
amised
/
scripts
/
nexterror.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1996-06-12
|
269b
|
25 lines
/* Next error */
OPTIONS RESULTS
OPTIONS FAILAT 31
ADDRESS 'SC_SCMSG'
'next'
'text'
msg=result
'class'
class=result
'select'
ADDRESS 'AMISPORT.1'
IF msg='' THEN
DO
'Message " No errors." TIME=50'
END
ELSE
DO
'Message " '||class||': '||msg||'" TIME=50'
END